projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92751e4
)
(byte-compile-output-docform): Don't do dynamic doc
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:33:20 +0000
(17:33 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:33:20 +0000
(17:33 +0000)
strings if byte-compile-compatibility.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 8e7e744e05035b4f89d9f4e011bb4a834af017ba..20d54630dad56e45b052bf80a95b00d79719863b 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1486,6
+1486,7
@@
list that represents a doc string reference.
;; Insert the doc string, and make it a comment with #@LENGTH.
(and (>= (nth 1 info) 0)
dynamic-docstrings
+ (not byte-compile-compatibility)
(progn
;; Make the doc string start at beginning of line
;; for make-docfile's sake.